home *** CD-ROM | disk | FTP | other *** search
/ EuroCD 3 / EuroCD 3.iso / Programming / Python1.4_Source / Objects / protos / frameobject_protos.h < prev    next >
Text File  |  1998-06-24  |  203b  |  6 lines

  1.  
  2. /* frameobject.c */
  3. static object *frame_getattr ( frameobject *f , char *name );
  4. static int frame_setattr ( frameobject *f , char *name , object *value );
  5. static void frame_dealloc ( frameobject *f );
  6.